Job Type

To support real-time data integration and eliminate manual intervention, Job Types will be published to Azure Service Bus (ASB) using an event-driven architecture.

The system automatically publishes Job Types to ASB upon the following operations:

  • Create of a new record

  • Update to any field

  • Delete of a record

Additionally, records imported using the Data Management Framework (DMF) and Excel Workbook will automatically trigger the publishing of the corresponding record to ASB.

Note: No additional data validation is required before publishing.

Access Method

Human resources > Jobs > Job types

Entity Details

Entity Name: HcmJobTypeEntity

Message Format for CRUD Operations

Each message published to ASB includes the following structure:

Create

{
	"EntityData": "[{\"CNFIntId\":68719481247,\"Description\":\"New Job\",\"ExemptStatus\":\"DoesNotApply\",\"JobTypeId\":\"NJob\",\"MainId\":\"NJob\",\"PaidHourly\":\"Yes\",\"RecId\":68719481247}]",
	"EntityType": "JobTypes",
	"EventTimeStamp": "2025-05-26T11:42:08",
	"EventType": "Create",
	"LegalEntity": "usmf",
	"MessageId": "GLSI-00043",
	"SessionId": "68719481247",
	"UserId": "Admin"
}
		

Note: The EventType can also be one of the following values: Update or Delete.